From: Matthew Flaschen Date: Thu, 15 Jun 2017 00:38:48 +0000 (-0400) Subject: Add | to error message about invalid change tag characters X-Git-Tag: 1.31.0-rc.0~2969^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=1e5704d488530edb26451329a05440f3a89c08ef;p=lhc%2Fweb%2Fwiklou.git Add | to error message about invalid change tag characters Pipe itself is already not allowed. Bug: T92956 Change-Id: Icb98b5e8040fa91685adcdfdb46e1173162f2b9e --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index bcb9f2df92..70664af31a 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -3813,7 +3813,7 @@ "tags-create-reason": "Reason:", "tags-create-submit": "Create", "tags-create-no-name": "You must specify a tag name.", - "tags-create-invalid-chars": "Tag names must not contain commas (,) or forward slashes (/).", + "tags-create-invalid-chars": "Tag names must not contain commas (,), pipes (|), or forward slashes (/).", "tags-create-invalid-title-chars": "Tag names must not contain characters that cannot be used in page titles.", "tags-create-already-exists": "The tag \"$1\" already exists.", "tags-create-warnings-above": "The following {{PLURAL:$2|warning was|warnings were}} encountered when attempting to create the tag \"$1\":",